[INFO] cloning repository https://github.com/Eytrigan-Igris-Friedman/scroll
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Eytrigan-Igris-Friedman/scroll" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEytrigan-Igris-Friedman%2Fscroll", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEytrigan-Igris-Friedman%2Fscroll'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 69fdc582c84a49aea6828044a30492012a520b85
[INFO] fixing Eytrigan-Igris-Friedman/scroll against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEytrigan-Igris-Friedman%2Fscroll" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Eytrigan-Igris-Friedman/scroll
[INFO] finished tweaking git repo https://github.com/Eytrigan-Igris-Friedman/scroll
[INFO] tweaked toml for git repo https://github.com/Eytrigan-Igris-Friedman/scroll written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Eytrigan-Igris-Friedman/scroll on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Eytrigan-Igris-Friedman/scroll already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a487c2af13d7210adee822d80bc67fdc291b4bee897293e0bb6e2b33726d61fa
[INFO] running `Command { std: "docker" "start" "a487c2af13d7210adee822d80bc67fdc291b4bee897293e0bb6e2b33726d61fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a487c2af13d7210adee822d80bc67fdc291b4bee897293e0bb6e2b33726d61fa" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a487c2af13d7210adee822d80bc67fdc291b4bee897293e0bb6e2b33726d61fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a487c2af13d7210adee822d80bc67fdc291b4bee897293e0bb6e2b33726d61fa" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking Scroll v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: missing type for `static mut` item
[INFO] [stdout]  --> src/terminal_raw_mode.rs:8:24
[INFO] [stdout]   |
[INFO] [stdout] 8 |     static mut term_ios = termios {
[INFO] [stdout]   |                        ^ help: provide a type for the static variable: `: termios`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing type for `static mut` item
[INFO] [stdout]  --> src/terminal_raw_mode.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | static mut t = unsafe {
[INFO] [stdout]   |             ^
[INFO] [stdout]   |
[INFO] [stdout] help: provide a type for the item
[INFO] [stdout]   |
[INFO] [stdout] 7 | static mut t: <type> = unsafe {
[INFO] [stdout]   |             ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing type for `static mut` item
[INFO] [stdout]  --> src/terminal_raw_mode.rs:8:24
[INFO] [stdout]   |
[INFO] [stdout] 8 |     static mut term_ios = termios {
[INFO] [stdout]   |                        ^ help: provide a type for the static variable: `: termios`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: missing type for `static mut` item
[INFO] [stdout]  --> src/terminal_raw_mode.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 | static mut t = unsafe {
[INFO] [stdout]   |             ^
[INFO] [stdout]   |
[INFO] [stdout] help: provide a type for the item
[INFO] [stdout]   |
[INFO] [stdout] 7 | static mut t: <type> = unsafe {
[INFO] [stdout]   |             ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const function `stdin` in statics
[INFO] [stdout]  --> src/terminal_raw_mode.rs:5:23
[INFO] [stdout]   |
[INFO] [stdout] 5 | static stdin_fd:i32 = io::stdin().as_raw_fd();
[INFO] [stdout]   |                       ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: function `stdin` is not const
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/stdio.rs:341:0
[INFO] [stdout]   = note: calls in statics are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]   = note: consider wrapping this expression in `std::sync::LazyLock::new(|| ...)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<Stdin as AsRawFd>::as_raw_fd` in statics
[INFO] [stdout]  --> src/terminal_raw_mode.rs:5:35
[INFO] [stdout]   |
[INFO] [stdout] 5 | static stdin_fd:i32 = io::stdin().as_raw_fd();
[INFO] [stdout]   |                                   ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: method `as_raw_fd` is not const because trait `AsRawFd` is not const
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/raw.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: this trait is not const
[INFO] [stdout]  ::: /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/raw.rs:69:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: this method is not const
[INFO] [stdout]   = note: calls in statics are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]   = note: consider wrapping this expression in `std::sync::LazyLock::new(|| ...)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const function `stdin` in statics
[INFO] [stdout]  --> src/terminal_raw_mode.rs:5:23
[INFO] [stdout]   |
[INFO] [stdout] 5 | static stdin_fd:i32 = io::stdin().as_raw_fd();
[INFO] [stdout]   |                       ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: function `stdin` is not const
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/stdio.rs:341:0
[INFO] [stdout]   = note: calls in statics are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]   = note: consider wrapping this expression in `std::sync::LazyLock::new(|| ...)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const method `<Stdin as AsRawFd>::as_raw_fd` in statics
[INFO] [stdout]  --> src/terminal_raw_mode.rs:5:35
[INFO] [stdout]   |
[INFO] [stdout] 5 | static stdin_fd:i32 = io::stdin().as_raw_fd();
[INFO] [stdout]   |                                   ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: method `as_raw_fd` is not const because trait `AsRawFd` is not const
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/raw.rs:42:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: this trait is not const
[INFO] [stdout]  ::: /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/raw.rs:69:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: this method is not const
[INFO] [stdout]   = note: calls in statics are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout]   = note: consider wrapping this expression in `std::sync::LazyLock::new(|| ...)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `read_exact` found for struct `Stdin` in the current scope
[INFO] [stdout]   --> src/main.rs:19:27
[INFO] [stdout]    |
[INFO] [stdout] 19 |         match io::stdin().read_exact(&mut buffer) {
[INFO] [stdout]    |                           ^^^^^^^^^^ method not found in `Stdin`
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:1028:7
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Stdin` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Read` which provides `read_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::io::Read;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `read_exact` found for struct `Stdin` in the current scope
[INFO] [stdout]   --> src/main.rs:19:27
[INFO] [stdout]    |
[INFO] [stdout] 19 |         match io::stdin().read_exact(&mut buffer) {
[INFO] [stdout]    |                           ^^^^^^^^^^ method not found in `Stdin`
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:1028:7
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Stdin` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Read` which provides `read_exact` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::io::Read;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `[u8]` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> src/main.rs:27:28
[INFO] [stdout]    |
[INFO] [stdout] 27 |             println!("{}", buffer);
[INFO] [stdout]    |                       --   ^^^^^^ `[u8]` cannot be formatted with the default formatter
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `[u8]`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout]    = note: required for `&[u8]` to implement `std::fmt::Display`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `[u8]` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> src/main.rs:27:28
[INFO] [stdout]    |
[INFO] [stdout] 27 |             println!("{}", buffer);
[INFO] [stdout]    |                       --   ^^^^^^ `[u8]` cannot be formatted with the default formatter
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `[u8]`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout]    = note: required for `&[u8]` to implement `std::fmt::Display`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clear` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> src/main.rs:28:20
[INFO] [stdout]    |
[INFO] [stdout] 28 |             buffer.clear();
[INFO] [stdout]    |                    ^^^^^ method not found in `&[u8]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clear` found for reference `&[u8]` in the current scope
[INFO] [stdout]   --> src/main.rs:28:20
[INFO] [stdout]    |
[INFO] [stdout] 28 |             buffer.clear();
[INFO] [stdout]    |                    ^^^^^ method not found in `&[u8]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/terminal_raw_mode.rs:14:15
[INFO] [stdout]    |
[INFO] [stdout] 14 |         c_cc: [0; 19],        // Control character array
[INFO] [stdout]    |               ^^^^^^^ expected an array with a size of 32, found one with a size of 19
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0015, E0277, E0308, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/terminal_raw_mode.rs:14:15
[INFO] [stdout]    |
[INFO] [stdout] 14 |         c_cc: [0; 19],        // Control character array
[INFO] [stdout]    |               ^^^^^^^ expected an array with a size of 32, found one with a size of 19
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0015, E0277, E0308, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `Scroll` (bin "Scroll" test) due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `Scroll` (bin "Scroll") due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "a487c2af13d7210adee822d80bc67fdc291b4bee897293e0bb6e2b33726d61fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a487c2af13d7210adee822d80bc67fdc291b4bee897293e0bb6e2b33726d61fa", kill_on_drop: false }`
[INFO] [stdout] a487c2af13d7210adee822d80bc67fdc291b4bee897293e0bb6e2b33726d61fa
